The Xen Hypervisor currently operates a bit differently when the
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 19 Apr 2006 21:19:41 +0000 (22:19 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 19 Apr 2006 21:19:41 +0000 (22:19 +0100)
commit202f5a0b35013c000c99b282e75fc7e80f427227
tree31b4d568096c7a93e68aae4278ee23cb17668198
parentb9d83543835632073f3075f10a035de2db27cb19
The Xen Hypervisor currently operates a bit differently when the
guest is being debugged. The differences are handling of int3 exception
and missed pit timer injections. The Xen hypervisor should get back to
the normal mode when the gdb connection is closed. With the attached
patch gdbserver properly detaches from the guest when the gdb detaches
or quits.

Signed-Off-By: Nitin A Kamble <nitin.a.kamble@intel.com>
tools/debugger/gdb/gdb-6.2.1-xen-sparse/gdb/gdbserver/server.c